Interface com.symantec.itools.tools.archive.ArchiverListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.symantec.itools.tools.archive.ArchiverListener

public interface ArchiverListener
extends EventListener

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Method Index

 o finishEntryAdd(ArchiverEvent)
 o startEntryAdd(ArchiverEvent)

Methods

 o finishEntryAdd
public abstract void finishEntryAdd(ArchiverEvent event)

Parameters:
event - TODO
Since:
VCafe 3.0
 o startEntryAdd
public abstract void startEntryAdd(ArchiverEvent event)

Parameters:
event - TODO
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index